projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86494bd
)
(easy-mmode-define-keymap): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Jul 1999 01:59:03 +0000
(
01:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Jul 1999 01:59:03 +0000
(
01:59
+0000)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index c9206d2e5b15cd7d13fb876963c6962fd0ad9bf3..a157028a6bebc4bff1fd726aa4b6c08926b11cf5 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-48,7
+48,7
@@
;;; Code:
(defun easy-mmode-define-keymap (keymap-alist &optional menu-name)
- "Return a keymap buil
ded
from KEYMAP-ALIST.
+ "Return a keymap buil
t
from KEYMAP-ALIST.
KEYMAP-ALIST must be a list of (KEYBINDING . BINDING) where
KEYBINDING and BINDINGS are suited as for define-key.
optional MENU-NAME is passed to `make-sparse-keymap'."